home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1999 August / SGI IRIX Base Documentation 1999 August.iso / CDinfosearch < prev    next >
Text File  |  1998-11-02  |  2KB  |  44 lines

  1. #! /bin/sh
  2.  
  3. SRCDIR=`dirname $0`
  4.  
  5. if [ $SRCDIR = "." ]
  6. then
  7.     SRCDIR=`pwd`
  8. fi
  9.  
  10. echo "\nInfoSearch\n\
  11. ==========\n\
  12. InfoSearch requires that two configuration files be modified in order\n\
  13. to work properly with the content found on this CD-ROM. InfoSearch\n\
  14. can ONLY be used if the host machine accessing the content on this\n\
  15. CD-ROM is running IRIX 6.5 or later.  InfoSearch (version 2.0 or\n\
  16. higher) and Dynaweb (version 3.1 or higher) are both required, and\n\
  17. the stated versions of those products are currently distributed with\n\
  18. IRIX 6.5 (or later).\n\n\
  19. If your host machine meets these requirements, follow these steps:\n\n\
  20. 1. Edit the file:  /usr/lib/infosearch/C/infosrch.cfg\n\n\
  21. 2. Locate the line (approximately line #128) that looks like this:\n\n\
  22.    \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"/\">\n\n\
  23.    and change it to look like this:\n\n\
  24.    \t<COLLECTION TITLE=\"IRIX 6.5\" ID=\"0650\" PATH=\"$SRCDIR\">\n\n\
  25. 3. Save the file.\n\n\
  26. 4. Edit the file:  /usr/lib/Insight/data/config/collects.dwc\n\n\
  27. 5. Locate all lines (starting at approximately line #74) that look like this:\n\n\
  28.    \tlocation /usr/share/Insight/library/SGI_bookshelves/...\n\n\
  29.    and change each instance (4 in all) to look like this:\n\n\
  30.    \tlocation $SRCDIR/usr/share/Insight/library/SGI_bookshelves/...\n\n\
  31. 6. Make the SGI_Developer collection visible by locating the line:\n\n\
  32.    \tdwCollection SGI_Developer {\n\n\
  33.    If necessary, change the attribute 4 lines below it from:\n\n\
  34.    \t\"hide     true\"\n\n\
  35.    to:\n\n\
  36.    \t\"hide     false\"\n\n\
  37. 7. Save the file.\n\n\
  38. 8. InfoSearch (and Dynaweb) should now be able to find/use the content found\n\
  39.    on this CD-ROM.\n\n\
  40. 9. Revert back to previous version(s) of these files, or back out the changes\n\
  41.    (ie. remove \"$SRCDIR\"), if this CD-ROM is not being used.\n" | more
  42.  
  43. exit
  44.